home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / YES2K.ZIP / yes2kv20.exe / Y2DOSWIN.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-08-26  |  311 b   |  11 lines

  1. @echo off
  2. if "%windir%"=="" goto dos
  3. REM We're running Windows 95/98 so run the Yes2K Windows scanner and
  4. REM take the workstation name from Network, Properties, ID, Computer Name
  5. yes2k /wc /pn
  6. goto end
  7. :dos
  8. REM Run the Yes2K DOS scanner and prompt the user for the workstation name
  9. yes2kdos /pn
  10. :end
  11.